home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / idccom12.zip / DOSSHELL.BAT < prev    next >
DOS Batch File  |  1990-07-09  |  780b  |  26 lines

  1. echo off
  2. CTTY IDCDOS
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo.                               ╒════════════════╕
  8. echo.                               │   IMPORTANT!   │
  9. echo.          ╒════════════════════╧════════════════╧════════════════════╕
  10. echo.          │                                                          │
  11. echo.          │   Remember: use the "EXIT" command to return to IDCCOM.  │
  12. echo.          │         TURN ON HALF DUPLEX TO SEE WHAT YOU TYPE         │
  13. echo.          ╘══════════════════════════════════════════════════════════╛
  14. echo.
  15. echo.
  16. echo.
  17. echo.
  18. echo.
  19. echo.
  20. pause
  21. rem redirect all input and output to and from command.com to REDIRECT driver
  22. rem REDIRECT.SYS driver must be loaded in the CONFIG.SYS file at boot time
  23. echo ON
  24. COMMAND
  25. CTTY CON
  26.